type golang.org/x/tools/go/packages.importerFunc

3 uses

	golang.org/x/tools/go/packages (current package)
		packages.go#L1199: 	importer := importerFunc(func(path string) (*types.Package, error) {
		packages.go#L1312: type importerFunc func(path string) (*types.Package, error)
		packages.go#L1314: func (f importerFunc) Import(path string) (*types.Package, error) { return f(path) }